(tramp-perl-encode, tramp-perl-decode): Doc fix.
authorAndreas Schwab <schwab@suse.de>
Sat, 3 Aug 2002 23:26:14 +0000 (23:26 +0000)
committerAndreas Schwab <schwab@suse.de>
Sat, 3 Aug 2002 23:26:14 +0000 (23:26 +0000)
lisp/net/tramp.el

index a3b343b99ef2706506845ce8dcd58343ead27a02..b1da1789dda15667e0a5625f260c1cc7e75e1b1a 100644 (file)
@@ -1296,7 +1296,7 @@ while (my $data = <STDIN>) {
 '"
   "Perl program to use for encoding a file.
 Escape sequence %s is replaced with name of Perl binary.
-This string is passwd to `format', so percent characters need to be doubled.")
+This string is passed to `format', so percent characters need to be doubled.")
 
 (defvar tramp-perl-decode
   "%s -e '
@@ -1340,7 +1340,7 @@ while (my $data = <STDIN>) {
 '"
   "Perl program to use for decoding a file.
 Escape sequence %s is replaced with name of Perl binary.
-This string is passwd to `format', so percent characters need to be doubled.")
+This string is passed to `format', so percent characters need to be doubled.")
 
 ; These values conform to `file-attributes' from XEmacs 21.2.
 ; GNU Emacs and other tools not checked.